object SetupFSNotifForm: TSetupFSNotifForm Left = 368 Top = 351 Width = 388 Height = 242 Caption = 'Folder monitor setup' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 165 Width = 380 Height = 43 Align = alBottom BevelOuter = bvNone TabOrder = 0 DesignSize = ( 380 43) object Bevel1: TBevel Left = 0 Top = 0 Width = 380 Height = 3 Align = alTop Shape = bsBottomLine end object btOk: TElPopupButton Left = 150 Top = 10 Width = 105 Height = 25 Cursor = crDefault DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 Caption = 'OK' TabOrder = 0 OnClick = btOkClick Anchors = [akBottom] DockOrientation = doNoOrient DoubleBuffered = False end object btCancel: TElPopupButton Left = 264 Top = 10 Width = 105 Height = 25 Cursor = crDefault DrawDefaultFrame = False ModalResult = 2 LinkStyle = [fsUnderline] NumGlyphs = 1 Caption = 'Cancel' TabOrder = 1 Anchors = [akBottom] DockOrientation = doNoOrient DoubleBuffered = False end object btHelp: TElPopupButton Left = 8 Top = 10 Width = 113 Height = 25 Cursor = crDefault ImageIndex = 14 UseImageList = True Images = TrayForm.ilMain DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 Caption = 'Help' TabOrder = 2 Visible = False Anchors = [akLeft, akBottom] DockOrientation = doNoOrient DoubleBuffered = False end end object Panel2: TPanel Left = 0 Top = 0 Width = 380 Height = 165 Align = alClient BevelOuter = bvNone TabOrder = 1 object lbWait: TLabel Left = 16 Top = 56 Width = 145 Height = 13 Caption = 'Wait creating (coping) finishing' end object lbCheck: TLabel Left = 16 Top = 88 Width = 124 Height = 13 Caption = 'Check each period of time' end object lbFolderCheck: TLabel Left = 16 Top = 24 Width = 131 Height = 13 Caption = 'Check folder changes each' end object lbSecs: TLabel Left = 300 Top = 56 Width = 28 Height = 13 Caption = 'sec(s)' end object lbSecs2: TLabel Left = 300 Top = 24 Width = 28 Height = 13 Caption = 'sec(s)' end object edFolderCheck: TElSpinEdit Left = 240 Top = 21 Width = 57 Height = 21 Cursor = crIBeam Value = 30 MaxValue = 6000 MinValue = 30 Increment = 10 TopMargin = 2 RightMargin = 1 BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] BorderStyle = bsSingle Ctl3D = True Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ParentColor = False ParentCtl3D = False TabOrder = 0 end object edsSec: TElSpinEdit Left = 240 Top = 53 Width = 57 Height = 21 Cursor = crIBeam Value = 10 MaxValue = 60 MinValue = -1 TopMargin = 2 RightMargin = 1 BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] BorderStyle = bsSingle Ctl3D = True Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ParentColor = False ParentCtl3D = False TabOrder = 1 end object rbWrite: TElRadioButton Left = 24 Top = 109 Width = 175 Height = 17 Cursor = crDefault CheckMargin = 5 Checked = True Flat = True Caption = 'Possibility to open files for writing' TabOrder = 2 DoubleBuffered = False end object rbConst: TElRadioButton Left = 24 Top = 133 Width = 143 Height = 17 Cursor = crDefault CheckMargin = 5 Flat = True Caption = 'File size is constant or not' TabOrder = 3 DoubleBuffered = False end end end